home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 3
/
Cream of the Crop 3.iso
/
comm
/
wnos5src.zip
/
DIRUTIL.H
< prev
next >
Wrap
Text File
|
1993-08-09
|
347b
|
16 lines
#ifndef _DIRUTIL_H
#define _DIRUTIL_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
/* In dirutil.c */
FILE *dir __ARGS((char *path,int full));
int filedir __ARGS((char *name,int times,char *ret_str));
int getdir __ARGS((char *path,int full,FILE *file));
/* In pathname.c: */
char *pathname __ARGS((char *cd,char *path));
#endif